home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 Reader Awards / macformat-098.iso / MF Data / Behaviours / 00005_Script_Photoshop < prev    next >
Encoding:
Text File  |  2000-11-01  |  377 b   |  14 lines

  1. on mouseEnter
  2.   put the text of member("PhotoShop","Texts") into member ("InfoText","Texts")
  3.   put the text of member("PhotoShopAward","Texts") into member ("Best","Texts")
  4. end
  5.  
  6. on mouseDown
  7.   global gMFCDNo 
  8.   open gMFCDNo & ":awards:Abobe PhotoShop 5.5"
  9. end
  10.  
  11. on mouseLeave
  12.   put empty into member("InfoText","Texts")
  13.   put empty into member("Best","Texts")
  14. end